home *** CD-ROM | disk | FTP | other *** search
- Path: iesd.auc.dk!news
- From: Dennis <dkc@tuborg.nork.auc.dk>
- Newsgroups: comp.lang.c
- Subject: Re: inserting assembly code in C?
- Date: Fri, 02 Feb 1996 21:38:21 +0100
- Organization: Math & CS at Aalborg University
- Message-ID: <3112763D.145F@tuborg.nork.auc.dk>
- References: <4emsvo$lq4@linet02.li.net>
- NNTP-Posting-Host: tuborg.nork.auc.dk
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- NNTP-Posting-User: root
- X-Mailer: Mozilla 2.0b5 (Win95; I)
-
- Don Matthews wrote:
- >
- > I'm using Borland C compiler and I'd like to know how I would go about
- > inserting some assembly code into my C programs.
- >
- > Thanks...
-
- It is very easy.
-
- asm
- {
- //just write your assembler code here.
- //Dont use any ; to terminate the lines.
- }
-